TABLE_HEAD, TABLE_VALUES and TABLE_END
These commands are used only in the *.POP file. It represents a convenient way to enter many experimental measurements of the same type in a table format.
In the DICTRA module, you work with a .DOP file instead of a .POP file.
These commands should always be used together and in a sequence, meaning that a table should always start with the TABLE-HEAD command, then TABLE-VALUES, and finish with TABLE-END. Between TABLE_HEAD and TABLE-VALUES also add definition lines (e.g. on phase status, reference states, conditions, experiments, labels, etc.) for the experimental measurements of the current information type.
Syntax |
table_head table_values table_end |
Prompt |
|
After the TABLE-HEAD command, there must be an equilibrium description similar to a single experimental equilibrium but with some special notation. Then, there is always a TABLE-VALUES command, after which the actual data is given in columns. At the end of each table, there must be a TABLE-END command. The TABLE-HEAD command must be followed by a numeric value. This is used to generate unique numeric identifiers for all the equilibria in the table. The numeric identifier is incremented by one for each experimental (equilibrium) point in the table. |
|
![]() An example of the use of a table for enthalpy measurements in the liquid is given here. Much more elaborate tables can be used $ Enthalpies of mixing, Topor and Kleppa, Met Trans 1984 TABLE-HEAD 1 CREATE—NEW @@ 1 CHANGE-STATUS PHASE LIQ=FIX 1 SET-REFERENCE-STATE AU LIQ * 1E5 SET-REFERENCE-STATE CU LIQ * 1E5 SET-CONDITION P=1E5 T=1379 X(LIQ,AU)=@1 LABEL ALH EXPER HMR=@2:5% TABLE—VALUES 0.0115 -322 0.0563 -1520 0.8499 -2976 0.9002 -2114 TABLE—END |
|
The equilibrium description between TABLE-HEAD and TABLE-VALUES is similar as for a single experiment, except for these details:
|